Foxit PDF RDK
FoxitRDKNative.CalculateMaxSizeCallback Class Reference

Defines a callback interface for handling the result of a CalculateMaxSizeTask. More...

Public Member Functions

 constructor ()
 Constructor for the CalculateMaxSizeCallback class. Initializes a new instance of the CalculateMaxSizeCallback.
 
 execute (task)
 Executes the callback with the result of a CalculateMaxSizeTask. More...
 

Detailed Description

Defines a callback interface for handling the result of a CalculateMaxSizeTask.

Member Function Documentation

◆ execute()

FoxitRDKNative.CalculateMaxSizeCallback.execute ( task  )

Executes the callback with the result of a CalculateMaxSizeTask.

Parameters
{CalculateMaxSizeTask}task - The CalculateMaxSizeTask whose result is being processed. This method is called when the task completes, providing access to its result.